CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - simple genetic matlab

搜索资源列表

  1. 简单遗传算法和简单bp网络的程序

    0下载:
  2. 基于Matlab的简单遗传算法和简单bp网络的程序实现-based on Matlab simple genetic algorithms and simple bp Network Program
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8139
    • 提供者:
  1. matlab遗传算法程序(new)

    1下载:
  2. 遗传算法MATLB程序,里面有遗传算法的选择、交叉、变异函数,一些简单的MABTLAB遗传算法例子!-GA MATLB procedures, there are genetic algorithm selection, crossover and mutation function, some simple examples MABTLAB GA!
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:6867
    • 提供者:enao
  1. fourparametersoptimizationbySG

    4下载:
  2. 对4个参数优化的基本遗传算法程序,应用面很广!,it is an optimization program for four parameters using simple genetic algorithm! it is useful!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-05-02
    • 文件大小:1144
    • 提供者:陈世界
  1. 简单遗传算法(SGA)

    0下载:
  2. matlab中运行-matlab run
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:6131
    • 提供者:王久兴
  1. Genetic

    0下载:
  2. 遗传算法得一种编译程序,不是很正统,但是很新颖,并且方法简单,很实用,是计算机运行的时间更加快 -Genetic algorithms have a compiler, is not very orthodox, but very innovative, and method is simple, very practical, it is time the computer is running more to speed up
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2019
    • 提供者:魏巍
  1. ga

    1下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA),遗传算法简单源程序。-Genetic Algorit
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-09-29
    • 文件大小:104273
    • 提供者:周武静
  1. Genetic-algorithem(Matlab)

    0下载:
  2. A simple code for GA
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2642
    • 提供者:Mehdi
  1. MATLAB

    0下载:
  2. 一个简单的遗传算法的例子程序,用作初学者的实验调试,-A simple example of the genetic algorithm process, as a beginner experiment debugging,
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1014
    • 提供者:虔会
  1. 8-puzzle-genetic

    0下载:
  2. It s simple implementation of Genetic Algorithm on 8-puzzle and as result it can say either there is or not a set of movement to go from initial state to a given final state.-It s simple implementation of Genetic Algorithm on 8-puzzle and as re
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:3592
    • 提供者:ramin
  1. yichuansuanfa_jixieshou

    0下载:
  2. 提出一种改进的遗传算法用于求解机械手运动学逆问题. 该算法采用实数编码, 其交叉概率和变异 概率根据解的适应度函数值自适应调整. 计算机仿真结果显示, 该算法较简单遗传算法(SGA) 求解精度高, 收敛速度快且稳定性能好.-An improved genetic algorithm for solving the inverse problem of manipulator kinematics. The algorithm uses real number encoding, the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:143065
    • 提供者:杨元龙
  1. TSP

    1下载:
  2. 用matlab实现了简单遗传算法解决TSP问题,有界面。-Using matlab to achieve a simple genetic algorithm to solve the TSP problem, there are interfaces.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:15818
    • 提供者:王剑亭
  1. pid

    1下载:
  2. 人工智能(模糊在自动控制的应用)电动机控制中的简单遗传算法PID参数优化-Artificial intelligence (fuzzy in Automatic Control) motor control in the simple genetic algorithm optimization of PID parameters
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2947
    • 提供者:卡卡
  1. GAs

    0下载:
  2. 遗传算法简明教程,附带程序,深入浅出讲解-Simple genetic algorithm tutorial, with procedures in layman' s language to explain
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5386
    • 提供者:何亮
  1. MATLAB

    0下载:
  2. 1.本程序演示的是用简单遗传算法随机一个种群,然后根据所给的交叉率,变异率,世代数计算最大适应度所在的代数 2.演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入演示程序中规定的命令;相应的输入数据和运算结果显示在其后。 3.测试数据 输入初始变量后用y=100*(x1*x1-x2)*(x1*x2-x2)+(1-x1)*(1-x1)其中-2.048<=x1,x2<=2.048作适应度函数求最大适应度即为函数的最大值 -1.
  3. 所属分类:matlab

    • 发布日期:2017-05-27
    • 文件大小:10562059
    • 提供者:季琳
  1. Self-MATLAB-code-genetic-algorithm

    0下载:
  2. 发一份自编的MATLAB遗传算法代码,用简单遗传算法(Simple Genetic Algorithm or Standard Genetic Algorithm ,SGA)求取函数最大值-Send a self-compiled MATLAB genetic algorithm code, with the simple genetic algorithm (Simple Genetic Algorithm or Standard Genetic Algorithm, SGA) to stri
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:6782
    • 提供者:李慧
  1. Three-genetic-algorithm-matlab

    0下载:
  2. 三个简单地使用matlab实现的遗传算法的程序,为初学者提供一个入门知识-Three simple genetic algorithm matlab implementation of the program, to provide the knowledge of an entry for beginners
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:19494
    • 提供者:王三
  1. MATLAB

    0下载:
  2. 有关遗传算法的一个简单问题的C语言程序源代码-The C language source code for a simple genetic algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-20
    • 文件大小:6139896
    • 提供者:jim
  1. Simple-GA

    0下载:
  2. 简单的遗传算法实现matlab程序,遗传算法程序-Simple genetic algorithm matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4122
    • 提供者:孙跃
  1. 终板 matlab程序

    0下载:
  2. 遗传算法MATLB程序,里面有遗传算法的选择、交叉、变异函数,一些简单的MABTLAB遗传算法例子!(GA MATLB procedures, there are genetic algorithm selection, crossover and mutation function, some simple examples MABTLAB GA!)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:89088
    • 提供者:Cookie_upc
  1. GaTest

    0下载:
  2. 简单的遗传算法,解决优化问题,求解函数最大、小值问题(Simple genetic algorithm, to solve the optimization problem, solving the maximum function, small value problem)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:4096
    • 提供者:青鸟恋蝶
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com